STEP 3: Let's practice printing each row of our maze to the console to see the change we've made!
- In , drag Loop through List indented inside main().
- Change value to row and the list we're looping through from my_list to maze.
- Then, in , drag Print Variable inside your loop. It should be indented eight spaces.
- Finally, change my_var to row. Click on Run and Console. See how the fourth row has changed?
To navigate the page using the TAB key, first press ESC to exit the code editor.